/*

Theme Name: CEEL custom theme
Theme URI:
Description: CEEL custom theme
Author: Jacoby
Version: 0.01
Template: iconic-one


*/

@import url('../iconic-one/style.css');

/* Logo responsiveness in case of big logos */
.themonic-logo img {
width: 100%;
}



.themonic-logo {
    padding: 17px;
	float:left;
	margin:10px 0;
}

/* Navigation Menu and icons*/
.themonic-nav .current-menu-item > a,
	.themonic-nav .current-menu-ancestor > a,
	.themonic-nav .current_page_item > a,
	.themonic-nav .current_page_ancestor > a {
		    background: none repeat scroll 0 0 #0b7fb9;
		    color: #FFFFFF;
		    font-weight: bold;
	}


.themonic-nav ul.nav-menu,
	.themonic-nav div.nav-menu > ul {
	background:none repeat scroll 0 0 #F3F3F3;
	border-bottom: 5px solid #0b7fb9;
	border-top: 1px solid #ededed;
	display: inline-block !important;
	text-align: left;
	width: 100%;
	}

.themonic-nav li:hover {
		display: inline-block;
		text-decoration: none;
		background:#000e54;
		}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 0px;
}

/* Images */
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	box-shadow: none;
	margin-bottom: 10px;
}
/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 20px;
	word-wrap: break-word;
}
.widget-area .widget-title {
	background: #000e54;
	font-size: 16px;
        color: #ffffff;
        font-weight: bold;
}

.widget.widget_search {
    margin-bottom: 14px;
}

.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	line-height: 1.646153846;
	border-bottom: 1px solid #E9E9E9;
	padding: 5px 0;
}
.widget-area .widget p {
	margin-bottom: 12px;
	padding: 10px;
}
	
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
}
.widget-area .textwidget li {
	margin-left: 36px;
}
.widget-area .widget a {
	color: #0b7fb9;
	text-decoration:none;
	font-size: 98%;
        
}
.widget-area .widget a:hover {
	color: #632f25;
        

}
.widget-area #s {
	margin-right: -4px;
	width: 67.9999%; /* define a width to avoid dropping a wider submit button */
}



/* Footer */
.site-wordpress{
	color: #888888;
    padding: 10px 2px;
	float: right;
	font-size:0px;
	}